home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / readme.386 < prev    next >
Text File  |  1993-07-22  |  3KB  |  85 lines

  1. FEEL 0.75 for MSDOS
  2. ===================
  3.  
  4. Overview:
  5.  
  6. FEEL (Free and Eventually EuLisp) was originally developed for Unix machines
  7. at the University of Bath, UK. Thanks to DJ Delorie's excellent port of
  8. Gnu C/C++ it has been possible to provide a full version of FEEL
  9. for the PC.
  10.  
  11. Requirements: 
  12.  
  13. A 80386/486-based IBM compatible PC or PS/2 running DOS, a hard drive with at 
  14. least 1MB free, and at least 512K RAM. 
  15.  
  16. Eulisp archive location:
  17.  
  18.     host:      ftp.bath.ac.uk     
  19.     login:     ftp
  20.     password:  send your e-mail address
  21.     directory: pub/eulisp/feel-75.zip
  22.    
  23.     The Unix distribution and documentation is also available from this site
  24.  
  25. Installing:
  26.  
  27. To install, you must do the following:
  28.  
  29. * Create a directory to install in, for example C:\LANGS\FEEL.
  30.  
  31. * Un-zip feel-75.zip in that directory using the -d option to create 
  32.   subdirectories.
  33.     C:\LANGS\FEEL>pkunzip -d feel-75.zip
  34.  
  35.   The following subdirectories will be created:
  36.  
  37.     bin          The executable and batch files
  38.     modules      Standard modules and sample applications
  39.     man          Manual page and this readme file
  40.     emu387       80387 emulator for non-80387 systems
  41.     tmp          Empty, used for virtual memory page swaps during execution
  42.  
  43. * Edit all path names in the batch files FEEL.BAT and FEELB.BAT in the bin
  44.   directory to reflect your configuration.
  45.   If your PC has a Maths 80387 chip or equivalent then remove the lines
  46.   SET GO32=emu ....
  47.   from the batch files
  48.  
  49. * Add your binary directory to your PATH in C:\AUTOEXEC.BAT
  50.     eg SET PATH=...;C:\LANGS\FEEL\BIN
  51.  
  52. That's it! FEEL is now installed in your system.
  53.  
  54. Usage:
  55.  
  56. It is recommended that you do not use the emm386.exe device driver when using
  57. FEEL, as this slows the system down.
  58.  
  59. To invoke interpreted FEEL, type FEEL. The interpreter will then load.
  60. Type (!> standard) and the standard module should load. If it fails to you
  61. have probably got the path in the FEEL_LOAD_PATH variable wrong or have not
  62. allocated enough environment space to store the environment variable, in which
  63. case you will have to modify your CONFIG.SYS file.  
  64. Type Ctrl-Z followed by return to leave FEEL.
  65.  
  66. To invoke FEEL with bytecoded standard modules type FEELB. The standard module
  67. in this version is called standard0. 
  68.  
  69. Bugs:
  70.  
  71. Please send feel bug reports by email to eubug@maths.bath.ac.uk
  72. Any MS-DOS specific queries to N.Berrington@ecs.soton.ac.uk
  73.  
  74. Have fun
  75.  
  76. Neil.
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.